home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / C_INTERF / INTERFAC / MAIN.PRO < prev   
Text File  |  1990-11-24  |  800b  |  21 lines

  1. /* Local prototypes for "main.c" */
  2. /* Generated by "C Interface" utility version 1.2 */
  3. /* Written by James Bucanek */
  4.  
  5. extern void main( void );
  6. static void process_file_list( void );
  7. static void generate_interface( void );
  8. static void process_public( void );
  9. static void process_private( void );
  10. static int parse_statement( void );
  11. static void pass_block( char block_type );
  12. static void pass_string( char string_type );
  13. static char next_non_white( void );
  14. static char next_non_comment( void );
  15. static char next_source_char( void );
  16. static void put_definition_char( char c );
  17. static void dump_definition( FILE *file );
  18. static void strip_definition_white( void );
  19. static int update_output_file( FILE *temp_file, char *output_name );
  20. static void make_short_name( char *long_name, char *short_name );
  21.